home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MYMUD21.ZIP / MMUD21.ZIP / DOCU / WHATS.NEW < prev   
Text File  |  1995-01-21  |  4KB  |  89 lines

  1.                               -=( What's new )=-
  2.  
  3. Version 2.1  BUGRELEASE!
  4.  
  5.  - I screwed up in a major way. The sourcecode included in the archive
  6.    for 2.0 was older than the EXE file. This wouldn't be a real problem
  7.    if it wasn't for a number of major bugs which I removed inbetween..
  8.    My next project will be versioncontrol system I guess.. I'm going to
  9.    need it..;-)
  10.  
  11.  - Minor screw up, I forgot to include KEYDEFS.PAS.
  12.  
  13.  - A bug: The @find command wouldn't unlock the database if you used
  14.    it and you didn't have the gold to pay.
  15.  
  16.  
  17.  
  18. Version 2.0
  19.  - on the logon prompt there can now be given some more commands:
  20.      INFO: Show the WORLD.INF file which should be available in the
  21.            world directory.
  22.      WHO:  Who are logged on now
  23.      HELP: Show available commands
  24.      QUIT: abort.
  25.  - A 2th path in the INI file pointing to a directory for textfiles to use
  26.    by the &SHOWFILE and &EDITFILE commands.
  27.  - MAGIC/MACRO object. The command in the macro are handled. You can
  28.    also use up to 9 variables and some special macro functions.
  29.       &SET     fill a var
  30.       &RANDOM  Generate a random function
  31.       &PENNIES add or subtract pennies
  32.       &SAY and
  33.       &SAYALL  say something to a user or to the world.
  34.       &SHOWFILE Show a filename. the file has to be created by the GOD and
  35.                 has to be in the TextFile directory.
  36.  - @EDITFILE Meta command. GOD can use it to create files, wizards can only
  37.    edit files. The files are searched/created in the ShowFile directory.
  38.  - A RANDOM symbol for in the boolean expressions. If you include a "$"
  39.    in an expression it will sometimes be true and sometimes be false.
  40.  - Loud rooms. When you whisper in these rooms, the other users often
  41.    see the message too.. kind off.. Nice to get some gossip going.
  42.  - A @FINGER command with which you can get information on other users.
  43.    A @INFO command to set the text for the @FINGER command.
  44.    Wizards and higher can change other users their @INFO.
  45.  - Fixed bugs in the selling in a shop routines.
  46.  - Added a #FIX command which sets a few values for an object
  47.  - Added the @HOME command with which you can set an new HOME adres
  48.    for a object, drone or player. (+B)
  49.  - Added a @TELEPORT (+W) command which can teleport you to a certain
  50.    player
  51.  - A bug in the @FIND command (+W) It was supposed to accept a username
  52.    as parameter and give all the possesions of that user. Forgot to
  53.    convert BOTH to uppercase and so there would never be a match.
  54.  - You can now use a * in an action or name. It will match everything.
  55.    You can use the %M or %m macro in descriptions to insert the match.
  56.    f.e.    @Action Kiss *
  57.            @success Kiss *
  58.              Yeck! You really kissed %m! Pervert!
  59.    "Kiss Wizard" will now result in the text
  60.             "Yeck! You realy kissed Wizard! Pervert!"
  61.  - Solved a bug in the Robbing routine. You got your penny but it wasn't
  62.    reduced from the victim.
  63.  - Solved a bug in the Notes. The field was only cleared for the user, not
  64.    for the other players.
  65.  - You can now use an external editor for the descriptions. Just put the
  66.    path and name of the editor on the second line in a INI file.
  67.  - Changed a few things in the examine routine. It now also shows object
  68.    flags.
  69.  - The GIVE command used to show the amound of pennies YOU had instead
  70.    of the amound of pennies you gave.
  71.  - Fixed some bugs in the descriptions of actions.
  72.  - @Dig now first checks if the room is linkable
  73.  - Lot's of minor details, bugs, etc.
  74.  
  75.  
  76. Version 1.1
  77.  - Solved a little misallignment in the WhosOn list.
  78.  - Added the MakeStr procedure to the misc unit
  79.  - Changed the DO_WhosOn procedure in such a way that it uses the level
  80.    names defined in the header.pas file.
  81.  - Fixed some typos in the help file
  82.  - Used a few of the bugfixes found in a first offspring of MyMud
  83.    (Named BuddyMud.. with some real nice extra's..;)
  84.  
  85. Beta 2,
  86.  - Mistake in the ? (the list of commands). Things are nicely tabulated
  87.    again.
  88.  
  89.